home *** CD-ROM | disk | FTP | other *** search
/ Champak 119 / (Vol 119) Nov 09 2010.iso / TGKI-109 / Games / agent_platformer.swf / scripts / DefineSprite_117 / frame_1 / PlaceObject3_80_1 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2010-11-09  |  215b  |  12 lines

  1. onClipEvent(enterFrame){
  2.    if(_parent._currentframe < 11)
  3.    {
  4.       this._alpha += 10;
  5.    }
  6.    this.gotoAndPlay(_currentframe + 2);
  7.    if(_parent._currentframe > 75)
  8.    {
  9.       this._alpha -= 5;
  10.    }
  11. }
  12.